home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-19 | 1.5 KB | 40 lines | [TEXT/pdos] |
- /* File: Rtutor.Rez */
- /* Rez source file for C version of resource tutorial */
- /* Part 1: starting up & shutting down the tools using a resource */
-
- /* this gives use access to the "standard" pre-defined resource types */
- #include "Types.rez"
-
- /*---------------------- Startup Record ---------------------------*/
- resource rToolStartup (1)
- {
- $C080, /* set master SCB to mode640 + fFastPortAware + fUseShadowing */
- {
- 3,$0300, /* misc tools */
- 4,$0302, /* quickdraw */
- 5,$0302, /* desk manager */
- 6,$0300, /* eventMgr */
- /* 7,$0300, /* scheduler */ /* not used by apps or DA's */
- /* 8,$0301, /* sound tools */ /* not used by this app */
- /* 9,$0300, /* ADB tools */ /* not used by this app */
- /* 10,$0300, /* SANE */ /* started already by pStart.obj */
- 11,$0300, /* int math */
- 14,$0301, /* Window Manager */
- 15,$0301, /* Menu Manager */
- 16,$0300, /* Control Manager */
- 18,$0301, /* QD Aux */
- 19,$0300, /* print manager */
- 20,$0301, /* LineEdit tool set */
- 21,$0302, /* Dialog Manager */
- 22,$0300, /* Scrap manager */
- 23,$0301, /* standard file */
- 27,$0301, /* Font manager */
- 28,$0301, /* list manager */
- 34,$0101, /* text edit */
- /* 29,$0100, /* ACE */ /* not used by this app */
- /* 32,$0100, /* Midi Tools */ /* not used by this app */
- /* 25,$0100, /* NoteSynth */ /* not used by this app */
- /* 26,$0100 /* Note Seq */ /* not used by this app */
- }
- };
-